home *** CD-ROM | disk | FTP | other *** search
- * GetPatchA.asm
-
- incdir "work:Includes/IncludeV2.0.i/"
- include "exec/types.i"
- include "exec/libraries.i"
-
- SECTION code
-
- XREF _PatchBase
-
-
- XREF _LVOGetPatchA
- XDEF _GetPatchA
-
- _GetPatchA:
- move.l a6,-(sp)
- move.l 8(sp),a0
- move.l 12(sp),a1
- move.l _PatchBase,a6
- jsr _LVOGetPatchA(a6)
- move.l (sp)+,a6
- rts
-
-
- END
-